home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Examples / Html Editor / readme.txt < prev    next >
Text File  |  2002-05-30  |  3KB  |  82 lines

  1. ==========================
  2. DHTML - HTML Editor
  3. ==========================
  4. Last Updated: May 30, 2001              
  5.  
  6. DESCRIPTION
  7. ============
  8. This sample demonstrates how to use features of Microsoft« Internet Explorer 
  9. to create an HTML editor application. The sample application contains a 
  10. content editable region where users can type and format text with all of the 
  11. standard formatting commands. A toolbar provides a number of formatting buttons, 
  12. buttons for opening and saving files, and drop-down list boxes for font and 
  13. block formatting selections. A menu provides users another way to access the 
  14. functionality exposed by the toolbar buttons. Users can create HTML documents, 
  15. format them, and save them to disk in either HTML or text format. If saved 
  16. as an .htm file, the saved documents are viewable in Internet Explore 6.0 or 
  17. in the HTML editor application. Documents saved as .txt files can be viewed 
  18. in any text editor.
  19.  
  20. BROWSER/PLATFORM COMPATIBILITY
  21. ===============================
  22. In order to successfully run this sample, you must have Microsoft Internet 
  23. Explorer 6.O on a Win32 platform.
  24.  
  25. USAGE
  26. =====
  27. To use HTMLEditor, complete the following steps. 
  28. 1. Download and Install Internet Explorer 6.0 if you are not running the minimum 
  29.    browser required.  
  30. 2. Download the files from this sample and copy them all to the same folder.
  31. 3. Double-click HTML_editor.hta to run the application. If you do not have the 
  32.    CommonDialog Control installed on your 
  33.    machine, you will be prompted to download this file upon first usage of the 
  34.    application.  
  35. 4. To save files on a network file share, you must have write permission 
  36.    for that share. 
  37.  
  38. Security Note
  39. =============
  40. This sample is an HTML Application (HTA) and therefore is a fully trusted 
  41. application. HTAs carry out actions that Internet Explorer would never permit 
  42. in a Web page. For example, this sample can open and save files to the user's 
  43. hard drive. To learn more about HTAs and the security implications of using 
  44. them, see Introduction to HTML Applications (HTAs). 
  45.  
  46. SOURCE FILES
  47. =============
  48. HTML_editor.hta
  49. Toolbar.htc
  50. Menu.htc
  51. dCheckForSave.htm
  52.  
  53. OTHER FILES
  54. ============
  55. Comdlg.lpk
  56. Readme.txt
  57.  
  58. SEE ALSO
  59. =========
  60. DHTML Behaviors
  61.     http://msdn.microsoft.com/workshop/author/behaviors/overview.asp
  62. Element Behaviors
  63.     http://msdn.microsoft.com/workshop/author/behaviors/overview/elementb_ovw.asp
  64. HTC Reference
  65.     http://msdn.microsoft.com/workshop/components/htc/reference/htcref.asp
  66. Internet Explorer WebControls References
  67.     http://msdn.microsoft.com/workshop/webcontrols/webcontrols_entry.asp
  68. Dialog Helper Object
  69.     http://Zanzibar/workshop/author/dhtml/reference/objects/dialoghelper.asp
  70. HTML Applications
  71.     http://msdn.microsoft.com/workshop/author/hta/overview/htaoverview.asp
  72.  
  73. ========================
  74. ⌐ Microsoft Corporation
  75.  
  76.   
  77.  
  78.  
  79.  
  80.  
  81.  
  82.